home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / change.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  39 lines

  1. Short:    Program to change text/data in files V2.10
  2. Author:   stoecker@rcs1.urz.tu-dresden.de (Dirk Stöcker)
  3. Uploader: stoecker@rcs1.urz.tu-dresden.de (Dirk Stöcker)
  4. Type:     util/misc
  5. Kurz:     Programm, um Texte/Daten in Files zu verändern
  6.  
  7. This program gives you the possibility to edit data in text/binary files.
  8. It scans through a file like the search/replace functions in some editors.
  9.  
  10. What can it do:
  11.   -search and/or replace any given string
  12.   -scans through text and binary files
  13.   -has different modes(BSTR replace, C-String replace)
  14.   -allows patterns
  15.   -possibility to enter the string as hexadecimal numbers
  16.   -overwrite original file
  17.   -replace path-names in the files: useful for older programs without
  18.    requester selection
  19.   -case sensitiv/insensitiv search
  20.   -replace only at given position
  21.   -OVERWRITE allows you to replace strings like greetings in programs,
  22.    because it doesn't change the filesize.
  23.  
  24. Why take Change?
  25.   It's the only program (I think) to do that. It has a nice GUI(no MUI).
  26.   Sometimes the use of Change is faster then the replacement with a text-
  27.   editor. It's better than using a binary file-editor to change texts.
  28.  
  29. One idea to use:
  30.   Change the PC CR+LF (0A0D) to Amiga LF (0A) with
  31.     Change <source> 0A0D <dest> 0A HEX
  32.  
  33. Send mail to the above adress or to:
  34.     Dirk Stöcker
  35.     Geschwister-Scholl-Straße 10
  36.     01877 Bischofswerda
  37.     GERMANY
  38. If needed I can also include support of locale.library and a german catalog!
  39.